home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / prerm-defoma-hints < prev    next >
Text File  |  2006-06-17  |  141b  |  5 lines

  1. FILE='/etc/defoma/hints/#PACKAGE#.hints'
  2. if [ "$1" = remove ]; then
  3.     test -x /usr/bin/defoma-font && /usr/bin/defoma-font purge-all $FILE
  4. fi
  5.